home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / MegaSort Stack.cpt / MegaSort Stack / card_10584.txt < prev    next >
Text File  |  1990-12-13  |  1KB  |  52 lines

  1. -- card: 10584 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 12840
  5. -- name: Intro
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2001
  11. -- rect: left=27 top=41 right=282 bottom=465
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: text field
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A000
  25. -- rect: left=271 top=288 right=335 bottom=326
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 27009 / 27009
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Continue
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect scroll left
  37.   go to next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part contents for card part 1
  43. ----- text -----
  44. Here is how it works:
  45.  
  46. You give MegaSort parameters that tell it what container holds the records you want sorted, what character separates the records in the container, and what character separates the fields within the records.
  47.  
  48. You also tell MegaSort how you want the records sorted.  You give parameters that specify what type of data is in the key, which field contains the key, whether you want the sort in ascending or descending order, and finally where the key lies within the field (the chunk).
  49.  
  50. You can specify up to three keys for each sort.  
  51.  
  52.